home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMSFX / TFRMSFX.txt
Encoding:
Text File  |  2003-07-15  |  3.2 KB  |  167 lines

  1. object frmSFX: TfrmSFX
  2.   Left = 478
  3.   Top = 219
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 
  7.     'Optionen f∩┐╜r Exe-Datei - Geb∩┐╜hren: 0,32 ∩┐╜ ∩┐╜ 29 min ∩┐╜ Heute: 0,32' +
  8.     ' ∩┐╜'
  9.   ClientHeight = 398
  10.   ClientWidth = 328
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clBlack
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poMainFormCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lDestDir: TLabel
  24.     Left = 6
  25.     Top = 10
  26.     Width = 73
  27.     Height = 13
  28.     Caption = 'Zielverzeichnis:'
  29.   end
  30.   object lAppTitel: TLabel
  31.     Left = 6
  32.     Top = 58
  33.     Width = 96
  34.     Height = 13
  35.     Caption = 'Titel der Applikation:'
  36.   end
  37.   object lCmdLine: TLabel
  38.     Left = 6
  39.     Top = 106
  40.     Width = 77
  41.     Height = 13
  42.     Caption = 'Kommandozeile:'
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 232
  46.     Top = 366
  47.     Width = 89
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'btnCancel'
  51.     TabOrder = 0
  52.     OnClick = btnCancelClick
  53.   end
  54.   object btnOk: TButton
  55.     Left = 134
  56.     Top = 366
  57.     Width = 89
  58.     Height = 25
  59.     Caption = 'btnOk'
  60.     Default = True
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 1
  68.     OnClick = btnOkClick
  69.   end
  70.   object edAppCaption: TEdit
  71.     Left = 6
  72.     Top = 75
  73.     Width = 313
  74.     Height = 21
  75.     TabOrder = 3
  76.     Text = 'Filzip SFX'
  77.   end
  78.   object edCmdLine: TEdit
  79.     Left = 6
  80.     Top = 123
  81.     Width = 313
  82.     Height = 21
  83.     Font.Charset = ANSI_CHARSET
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 4
  90.   end
  91.   object gbOverwrMode: TRadioGroup
  92.     Left = 6
  93.     Top = 152
  94.     Width = 315
  95.     Height = 89
  96.     Caption = 'Datei∩┐╜berschreibungs-modus'
  97.     ItemIndex = 0
  98.     Items.Strings = (
  99.       '*'
  100.       '*'
  101.       '*')
  102.     TabOrder = 5
  103.   end
  104.   object gbSFXOptions: TGroupBox
  105.     Left = 8
  106.     Top = 244
  107.     Width = 313
  108.     Height = 113
  109.     Caption = 'gbSFXOptions'
  110.     TabOrder = 6
  111.     object cbAskCmdLn: TCheckBox
  112.       Left = 8
  113.       Top = 68
  114.       Width = 297
  115.       Height = 17
  116.       Caption = 'Nachfrage Kommandozeile'
  117.       TabOrder = 0
  118.     end
  119.     object cbAskFile: TCheckBox
  120.       Left = 8
  121.       Top = 44
  122.       Width = 297
  123.       Height = 17
  124.       Caption = 'Nachfragen Dateien'
  125.       Checked = True
  126.       State = cbChecked
  127.       TabOrder = 1
  128.     end
  129.     object cbHideBox: TCheckBox
  130.       Left = 8
  131.       Top = 20
  132.       Width = 297
  133.       Height = 17
  134.       Caption = '∩┐╜berschreiben-Box verstecken'
  135.       Checked = True
  136.       State = cbChecked
  137.       TabOrder = 2
  138.     end
  139.     object cbAutorun: TCheckBox
  140.       Left = 8
  141.       Top = 90
  142.       Width = 297
  143.       Height = 17
  144.       Caption = 'cbAutorun'
  145.       TabOrder = 3
  146.     end
  147.   end
  148.   object cbDestDir: TComboBox
  149.     Left = 6
  150.     Top = 26
  151.     Width = 313
  152.     Height = 21
  153.     Font.Charset = ANSI_CHARSET
  154.     Font.Color = clBlack
  155.     Font.Height = -11
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ItemHeight = 13
  159.     ParentFont = False
  160.     TabOrder = 2
  161.     Text = 'C:\Windows\Temp'
  162.     Items.Strings = (
  163.       '*'
  164.       '*')
  165.   end
  166. end
  167.